ComponentOne ASP.NET MVC Controls
ODataCollectionViewServiceBuilder<T> Constructor

C1.Web.Mvc.Fluent Namespace > ODataCollectionViewServiceBuilder<T> Class : ODataCollectionViewServiceBuilder<T> Constructor
The C1.Web.Mvc.ODataCollectionViewService<T> object to be configurated.
Creates one ODataCollectionViewServiceBuilder<T> instance to configurate component.
Syntax
'Declaration
 
Public Function New( _
   ByVal component As ODataCollectionViewService(Of T) _
)
public ODataCollectionViewServiceBuilder<T>( 
   ODataCollectionViewService<T> component
)

Parameters

component
The C1.Web.Mvc.ODataCollectionViewService<T> object to be configurated.
See Also

Reference

ODataCollectionViewServiceBuilder<T> Class
ODataCollectionViewServiceBuilder<T> Members